home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / AUDIOPLAYERS / DMPA / !Dmpa / !Help < prev    next >
Text File  |  1998-01-15  |  2KB  |  86 lines

  1. Contents
  2. ========
  3.  
  4. !Dmpa
  5.   !Boot     \
  6.   !Help      |__ user interface ;)
  7.   !Run       |
  8.   !RunMPA    |
  9.   !Sprites  /
  10.   dmpa     decodes MPEG-1 layers I, II, III audio files
  11.   Res      upcoming user interface...
  12.  
  13. AC3Train   MPEG audio file (layer 3 bitstream)
  14. cmpa       create your own mpeg layer II and III streams (slow)
  15.  
  16.  
  17. Examples
  18. ========
  19.  
  20. When used with !Player (select: signed linear 16bit, Stereo, 44100Hz).
  21.  
  22.   dmpa AC3Train ram:decod/pcm
  23.  
  24.  
  25. Use -x to change the order of samples (some other programs)
  26.  
  27.   dmpa -x AC3Train ram:decod/pcm
  28.  
  29.  
  30. Use -p for direct audio (StrongARM recommended. Note: you must have 16bit audio)
  31.  
  32.   dmpa -p AC3Train
  33.   dmpa -p -v 50 AC3Train
  34.  
  35.  
  36. Note: SoundCon doesn't handle 16 bit audio correctly!
  37.  
  38.  
  39. How to create your own streams with cmpa
  40. ========================================
  41.  
  42. To create layer II stream: cmpa -l2 -b128 Sample l2p2b128
  43.      and layer III stream: cmpa -l3 -b128 Sample l3p2b128
  44.  
  45. Note: cmpa contains BUGS!
  46.  
  47.  
  48. History
  49. =======
  50.  
  51. DMPA:
  52.  
  53. 0.23  some bug corrections and ~3% faster
  54. 0.22  optimisations ~35% faster than version 0.20
  55.       volume option added
  56. 0.20  new audio handler
  57.       Icon and improved user interface ;-) (Manuel Tims)
  58. 0.05  ESC key now stops playing
  59. 0.04  ???
  60.  
  61. CMPA:
  62.  
  63. 0.10  First one with version string
  64.  
  65.  
  66. ToDo
  67. ++++
  68.  
  69. DMPA:
  70.  
  71.  - correct layer II volume (~75% from MAX currently)
  72.  - make it into a module
  73.  - 2x play mode (FF)
  74.  - Desktop interface
  75.  - support for 8bit soundsystem
  76.  - Optimise
  77.  
  78. CMPA:
  79.  
  80.  - integer FFT and sin/cos transformations
  81.  - try to correct layer III encoding
  82.  - really optimise
  83.  
  84. --
  85. osi@stket.oulu.fi
  86.